custome button
This commit is contained in:
parent
362def856a
commit
15c4143821
2 changed files with 46 additions and 22 deletions
|
|
@ -130,6 +130,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
},
|
||||
buttonColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
elevation: 10,
|
||||
width: 300,
|
||||
child: Text(
|
||||
"Click Me",
|
||||
|
|
@ -141,7 +142,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
),
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 10),
|
||||
const SizedBox(height: 40),
|
||||
MihButton(
|
||||
onPressed: () {
|
||||
print("Button Pressed");
|
||||
|
|
@ -150,6 +151,7 @@ class _PackageToolOneState extends State<PackageToolOne> {
|
|||
MzanziInnovationHub.of(context)!.theme.successColor(),
|
||||
width: 300,
|
||||
child: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
Icon(
|
||||
Icons.delete,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue