Commit f4facb35 authored by Amarasinghe A.A.B.G.'s avatar Amarasinghe A.A.B.G.

Merge branch 'IT19061580' into 'master'

It19061580

See merge request !3
parents cd170d6c 1cb619b5
......@@ -35,7 +35,7 @@ class _FirstState extends State<First> {
),
),
MaterialButton(
color: Colors.indigo,
color: Colors.cyan,
onPressed: () {
setState(() {
code = title.text;
......
......@@ -15,7 +15,7 @@ class _HomeState extends State<Home> {
length: 2,
child: Scaffold(
appBar: AppBar(
backgroundColor: Colors.indigo[700],
backgroundColor: Colors.cyan,
bottom: const TabBar(
tabs: [
Tab(
......
......@@ -64,7 +64,7 @@ class _SecondState extends State<Second> {
mainAxisAlignment: MainAxisAlignment.center,
children: [
Text(
"Code :" + _qrInfo!,
"Pharmaceutical :" + _qrInfo!,
style: TextStyle(
fontSize: 25,
),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment