FTileMixin mixin
A marker interface which denotes that mixed-in widgets can be used in a FTileGroup.
- Superclass constraints
- Mixin applications
Properties
Methods
-
createElement(
) → Element -
Inflates this configuration to a concrete instance.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
raw(
{required Widget child, FItemStyle style(FItemStyle style)?, bool? enabled, bool selected = false, String? semanticsLabel, bool autofocus = false, FocusNode? focusNode, ValueChanged< bool> ? onFocusChange, ValueChanged<bool> ? onHoverChange, ValueChanged<FWidgetStatesDelta> ? onStateChange, VoidCallback? onPress, VoidCallback? onLongPress, VoidCallback? onSecondaryPress, VoidCallback? onSecondaryLongPress, Map<ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, Widget? prefix, Key? key}) → FTileIntent> > - Creates a FTile without custom layout behavior.
-
selectMenu<
T> ({required Widget title, FMultiValueControl< T> ? selectControl, FPopoverControl popoverControl = const .managed(), ScrollController? scrollController, FSelectMenuTileStyle style(FSelectMenuTileStyle style)?, double? cacheExtent, double maxHeight = .infinity, DragStartBehavior dragStartBehavior = .start, ScrollPhysics physics = const ClampingScrollPhysics(), FItemDivider divider = .full, AlignmentGeometry tileAnchor = .bottomRight, bool autoHide = true, Widget? label, Widget? description, bool autofocus = false, String? semanticsLabel, Widget? prefix, Widget? subtitle, ValueWidgetBuilder<Set< detailsBuilder = defaultSelectMenuTileBuilder, Widget? details, Widget? suffix, Map<T> >ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, Widget errorBuilder(BuildContext context, String message) = FFormFieldProperties.defaultErrorBuilder, FormFieldSetter<Intent> >Set< ? onSaved, VoidCallback? onReset, FormFieldValidator<T> >Set< ? validator, String? forceErrorText, bool enabled = true, AutovalidateMode autovalidateMode = .disabled, Key? key}) → FSelectMenuTile<T> >T> - Creates a FSelectMenuTile that eagerly builds the menu.
-
selectMenuBuilder<
T> ({required Widget title, int? count, FMultiValueControl< T> ? selectControl, FPopoverControl popoverControl = const .managed(), ScrollController? scrollController, FSelectMenuTileStyle style(FSelectMenuTileStyle style)?, double? cacheExtent, double maxHeight = .infinity, DragStartBehavior dragStartBehavior = .start, ScrollPhysics physics = const ClampingScrollPhysics(), FItemDivider divider = .full, AlignmentGeometry tileAnchor = .bottomRight, bool autoHide = true, Widget? label, Widget? description, bool autofocus = false, String? semanticsLabel, Widget? prefix, Widget? subtitle, ValueWidgetBuilder<Set< detailsBuilder = defaultSelectMenuTileBuilder, Widget? details, Widget? suffix, Map<T> >ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, Widget errorBuilder(BuildContext context, String message) = FFormFieldProperties.defaultErrorBuilder, FormFieldSetter<Intent> >Set< ? onSaved, VoidCallback? onReset, FormFieldValidator<T> >Set< ? validator, String? forceErrorText, bool enabled = true, AutovalidateMode autovalidateMode = .disabled, Key? key}) → FSelectMenuTile<T> >T> - Creates a FSelectMenuTile that lazily builds the menu.
-
selectMenuFromMap<
T> (required Text title, FMultiValueControl< T> ? selectControl, FPopoverControl popoverControl = const .managed(), ScrollController? scrollController, FSelectMenuTileStyle style(FSelectMenuTileStyle style)?, double? cacheExtent, double maxHeight = .infinity, DragStartBehavior dragStartBehavior = .start, ScrollPhysics physics = const ClampingScrollPhysics(), FItemDivider divider = .full, AlignmentGeometry tileAnchor = .bottomRight, bool autoHide = true, Widget? label, Widget? description, bool autofocus = false, String? semanticsLabel, Widget? prefix, Widget? subtitle, ValueWidgetBuilder<Set< detailsBuilder = defaultSelectMenuTileBuilder, Widget? details, Widget? suffix, Map<T> >ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, Widget errorBuilder(BuildContext context, String message) = FFormFieldProperties.defaultErrorBuilder, FormFieldSetter<Intent> >Set< ? onSaved, VoidCallback? onReset, FormFieldValidator<T> >Set< ? validator, String? forceErrorText, bool enabled = true, AutovalidateMode autovalidateMode = .disabled, Key? key}) → FSelectMenuTile<T> >T> -
Creates a FSelectMenuTile with the given
menu. -
tile(
{required Widget title, FItemStyle style(FItemStyle style)?, bool? enabled, bool selected = false, String? semanticsLabel, bool autofocus = false, FocusNode? focusNode, ValueChanged< bool> ? onFocusChange, ValueChanged<bool> ? onHoverChange, ValueChanged<FWidgetStatesDelta> ? onStateChange, VoidCallback? onPress, VoidCallback? onLongPress, VoidCallback? onSecondaryPress, VoidCallback? onSecondaryLongPress, Map<ShortcutActivator, Intent> ? shortcuts, Map<Type, Action< ? actions, Widget? prefix, Widget? subtitle, Widget? details, Widget? suffix, Key? key}) → FTileIntent> > - Creates a FTile.