merge material 3
This commit is contained in:
@@ -19,6 +19,7 @@ class StatusTree extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return ExpansionTile(
|
||||
initiallyExpanded: true,
|
||||
shape: Border.symmetric(horizontal: BorderSide(color: Colors.grey.shade300)),
|
||||
title: Text(
|
||||
'Status',
|
||||
style: TextStyle(color: primaryColor, fontWeight: FontWeight.bold),
|
||||
|
||||
Reference in New Issue
Block a user