|
|
|
@ -34,8 +34,6 @@ class ASOptionTile extends StatelessWidget {
|
|
|
|
|
this.items.insert(
|
|
|
|
|
0,
|
|
|
|
|
Container(
|
|
|
|
|
clipBehavior: Clip.antiAlias,
|
|
|
|
|
padding: EdgeInsets.fromLTRB(10.w, 10.w, 10.w, 10.w),
|
|
|
|
|
alignment: Alignment.centerLeft,
|
|
|
|
|
child: this.leading is String
|
|
|
|
|
? Text(
|
|
|
|
@ -50,6 +48,7 @@ class ASOptionTile extends StatelessWidget {
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
return Material(
|
|
|
|
|
clipBehavior: Clip.antiAlias,
|
|
|
|
|
color: kForegroundColor,
|
|
|
|
|
shape: RoundedRectangleBorder(
|
|
|
|
|
borderRadius: BorderRadius.circular(5.w),
|
|
|
|
|