mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 23:34:24 +01:00
fix & opt
fix: android in-app upgrade fmt: proj struct opt: fetch primaryColor
This commit is contained in:
@@ -14,7 +14,12 @@ class DropdownBtnItem {
|
||||
|
||||
Widget build(S s) => Row(
|
||||
children: [
|
||||
Icon(icon, color: primaryColor),
|
||||
PrimaryColor(builder: (context, primaryColor) {
|
||||
return Icon(
|
||||
icon,
|
||||
color: primaryColor,
|
||||
);
|
||||
}),
|
||||
const SizedBox(
|
||||
width: 10,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user