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> { ...@@ -35,7 +35,7 @@ class _FirstState extends State<First> {
), ),
), ),
MaterialButton( MaterialButton(
color: Colors.indigo, color: Colors.cyan,
onPressed: () { onPressed: () {
setState(() { setState(() {
code = title.text; code = title.text;
......
...@@ -15,7 +15,7 @@ class _HomeState extends State<Home> { ...@@ -15,7 +15,7 @@ class _HomeState extends State<Home> {
length: 2, length: 2,
child: Scaffold( child: Scaffold(
appBar: AppBar( appBar: AppBar(
backgroundColor: Colors.indigo[700], backgroundColor: Colors.cyan,
bottom: const TabBar( bottom: const TabBar(
tabs: [ tabs: [
Tab( Tab(
......
...@@ -64,7 +64,7 @@ class _SecondState extends State<Second> { ...@@ -64,7 +64,7 @@ class _SecondState extends State<Second> {
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
children: [ children: [
Text( Text(
"Code :" + _qrInfo!, "Pharmaceutical :" + _qrInfo!,
style: TextStyle( style: TextStyle(
fontSize: 25, 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