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
-
button(AppModel app, BuildContext context, {Icon? icon, required String label, String? tooltip, VoidCallback? onPressed})
→ Widget
-
-
dialogButton(AppModel app, BuildContext context, {VoidCallback? onPressed, required String label, String? tooltip, bool? selected})
→ Widget
-
-
dialogButtons(AppModel app, BuildContext context, {required List<String> labels, required List<VoidCallback?> functions})
→ List<Widget>
-
-
dropdownButton<T>(AppModel app, BuildContext context, {T? value, List<DropdownMenuItem<T>>? items, Widget? hint, ValueChanged<T?>? onChanged, bool isDense = false, bool isExpanded = false})
→ DropdownButton<T>
-
-
iconButton(AppModel app, BuildContext context, {VoidCallback? onPressed, Color? color, String? tooltip, required Widget icon})
→ Widget
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
-
-
-
simpleButton(AppModel app, BuildContext context, {VoidCallback? onPressed, required String label})
→ Widget
-
-
toString()
→ String
-
A string representation of this object.
inherited