NikuRadioListTile<T> class
- Inheritance
-
- Mixed-in types
-
- Available extensions
Constructors
-
NikuRadioListTile(T? value, {Key? key, T? groupValue, ValueChanged<T?>? onChanged, bool? toggleable, Color? activeColor, Widget? title, Widget? subtitle, Widget? secondary, bool? isThreeLine, bool? dense, bool? selected, ListTileControlAffinity? controlAffinity, bool? autofocus, NikuEdgeInsets? contentPadding, ShapeBorder? shape, Color? tileColor, Color? selectedTileColor, VisualDensity? visualDensity, FocusNode? focusNode, bool? enableFeedback})
-
Methods
-
build(BuildContext _)
→ Widget
-
inherited
-
createElement()
→ StatelessElement
-
Creates a StatelessElement to manage this widget's location in the tree.
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
-
of(NikuRadioListTile? v)
→ void
-
inherited
-
on({void tapDown(TapDownDetails)?, void tapUp(TapUpDetails)?, VoidCallback? tap, VoidCallback? tapCancel, VoidCallback? secondaryTap, void secondaryTapDown(TapDownDetails)?, void secondaryTapUp(TapUpDetails)?, VoidCallback? secondaryTapCancel, void tertiaryTapDown(TapDownDetails)?, void tertiaryTapUp(TapUpDetails)?, VoidCallback? tertiaryTapCancel, void doubleTapDown(TapDownDetails)?, VoidCallback? doubleTap, VoidCallback? doubleTapCancel, VoidCallback? longPress, void longPressStart(LongPressStartDetails)?, void longPressMoveUpdate(LongPressMoveUpdateDetails)?, VoidCallback? longPressUp, void longPressEnd(LongPressEndDetails)?, VoidCallback? secondaryLongPress, void secondaryLongPressStart(LongPressStartDetails)?, void secondaryLongPressMoveUpdate(LongPressMoveUpdateDetails)?, VoidCallback? secondaryLongPressUp, void secondaryLongPressEnd(LongPressEndDetails)?, void verticalDragDown(DragDownDetails)?, void verticalDragStart(DragStartDetails)?, void verticalDragUpdate(DragUpdateDetails)?, void verticalDragEnd(DragEndDetails)?, VoidCallback? verticalDragCancel, void horizontalDragDown(DragDownDetails)?, void horizontalDragStart(DragStartDetails)?, void horizontalDragUpdate(DragUpdateDetails)?, void horizontalDragEnd(DragEndDetails)?, VoidCallback? horizontalDragCancel, void forcePressStart(ForcePressDetails)?, void forcePressPeak(ForcePressDetails)?, void forcePressUpdate(ForcePressDetails)?, void forcePressEnd(ForcePressDetails)?, void panDown(DragDownDetails)?, void panStart(DragStartDetails)?, void panUpdate(DragUpdateDetails)?, void panEnd(DragEndDetails)?, VoidCallback? panCancel, void scaleStart(ScaleStartDetails)?, void scaleUpdate(ScaleUpdateDetails)?, void scaleEnd(ScaleEndDetails)?})
→ void
-
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})
→ 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
-
use(List<NikuRadioListTile> v)
→ void
-
inherited
-
useAnimationBuilder({required Widget builder(BuildContext context, Widget child), required AnimationController animation})
→ void
-
inherited
-
useDarkMode(BuildContext context, NikuRadioListTile builder(NikuRadioListTile, bool))
→ void
-
inherited
-
useFocus(FocusNode builder(FocusNode?), {String? debugLabel, FocusOnKeyCallback? onKey, FocusOnKeyEventCallback? onKeyEvent, bool skipTraversal = false, bool canRequestFocus = true, bool descendantsAreFocusable = true})
→ dynamic
-
inherited
-
useFocusNode(FocusNode builder(FocusNode?), {String? debugLabel, FocusOnKeyCallback? onKey, FocusOnKeyEventCallback? onKeyEvent, bool skipTraversal = false, bool canRequestFocus = true, bool descendantsAreFocusable = true})
→ dynamic
-
inherited
-
useForm({Key? key, AutovalidateMode? autovalidateMode, Future<bool> onWillPop()?, void onChanged()?})
→ void
-
inherited
-
useParent(Widget compose(Niku))
→ void
-
inherited
-
usePlatform(BuildContext context, {NikuRadioListTile android(NikuRadioListTile)?, NikuRadioListTile iOS(NikuRadioListTile)?, NikuRadioListTile fuchsia(NikuRadioListTile)?, NikuRadioListTile linux(NikuRadioListTile)?, NikuRadioListTile macOS(NikuRadioListTile)?, NikuRadioListTile windows(NikuRadioListTile)?, NikuRadioListTile web(NikuRadioListTile)?})
→ void
-
inherited
-
useQuery(BuildContext context, NikuRadioListTile builder(NikuRadioListTile, MediaQueryData))
→ void
-
inherited
-
useScreen(BuildContext context, {NikuRadioListTile base(NikuRadioListTile)?, NikuRadioListTile xs(NikuRadioListTile)?, NikuRadioListTile sm(NikuRadioListTile)?, NikuRadioListTile md(NikuRadioListTile)?, NikuRadioListTile lg(NikuRadioListTile)?, NikuRadioListTile xl(NikuRadioListTile)?})
→ void
-
void useScreen({
// > 568px
Widget Function(Niku)? base,
// 568 - 640px
Widget Function(Niku)? xs,
// 640 - 768px
Widget Function(Niku)? sm,
// 768 - 920px
Widget Function(Niku)? md,
// 920 - 1024px
Widget Function(Niku)? lg,
// > 1024px
Widget Function(Niku)? xl,
})
inherited
-
useScrollView({ScrollController? controller, Axis scrollDirection = Axis.vertical, bool? primary, bool reverse = false, ScrollPhysics? physics, DragStartBehavior dragStartBehavior = DragStartBehavior.start, String? restorationId})
→ void
-
inherited
-
useSize(BuildContext context, NikuRadioListTile builder(NikuRadioListTile, Size))
→ void
-
inherited
-
useThemeSelector(BuildContext context, {NikuRadioListTile light(NikuRadioListTile)?, NikuRadioListTile dark(NikuRadioListTile)?})
→ void
-
inherited
-
widget(BuildContext context)
→ Widget
-
override