MonaAdminFormStyle class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
appBarWithString(AppModel app, BuildContext context, {required String title, List<Widget>? actions, IconThemeData? iconTheme, BackgroundModel? backgroundOverride})
→ PreferredSizeWidget
-
override
-
appBarWithWidget(AppModel app, BuildContext context, {required Widget title, List<Widget>? actions, IconThemeData? iconTheme, BackgroundModel? backgroundOverride})
→ PreferredSizeWidget
-
-
button(AppModel app, BuildContext context, {Icon? icon, required String label, VoidCallback? onPressed})
→ Widget
-
override
-
checkboxListTile(AppModel app, BuildContext context, String title, bool? value, ValueChanged<bool?>? onChanged)
→ Widget
-
override
-
container(AppModel app, BuildContext context, Widget child, FormAction formAction)
→ Widget
-
override
-
divider(AppModel app, BuildContext context)
→ Widget
-
override
-
groupTitle(AppModel app, BuildContext context, String title)
→ Widget
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
radioListTile<T>(AppModel app, BuildContext context, T t, T? groupValue, String title, String subTitle, ValueChanged<T?>? valueChanged)
→ Widget
-
override
-
textFormField(AppModel app, BuildContext context, {required bool readOnly, String? initialValue, FormFieldValidator<String>? validator, TextInputType? keyboardType, IconData? icon, String? labelText, String? hintText, int? maxLines, ValueChanged<String>? onChanged, TextEditingController? textEditingController})
→ Widget
-
override
-
toString()
→ String
-
A string representation of this object.
inherited