add
This commit is contained in:
@@ -209,8 +209,8 @@ class _AddCountryPageState extends State<AddCountryPage> {
|
|||||||
controller: _flagController,
|
controller: _flagController,
|
||||||
style: TextStyle(color: theme.colorScheme.onSurface),
|
style: TextStyle(color: theme.colorScheme.onSurface),
|
||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
labelText: '国旗URL',
|
labelText: '国旗emoji',
|
||||||
hintText: '请输入国旗图片URL(可选)',
|
hintText: '请输入国旗图片emoji',
|
||||||
prefixIcon: Icon(
|
prefixIcon: Icon(
|
||||||
Icons.flag,
|
Icons.flag,
|
||||||
color: theme.colorScheme.secondary,
|
color: theme.colorScheme.secondary,
|
||||||
|
|||||||
Reference in New Issue
Block a user