NikuCheckboxListTile class
- Inheritance
-
- Mixed-in types
-
- Available extensions
Constructors
-
NikuCheckboxListTile(bool? value, {Key? key, ValueChanged<bool?>? onChanged, Color? activeColor, Color? checkColor, Color? tileColor, Widget? title, Widget? subtitle, bool? isThreeLine, bool? dense, Widget? secondary, bool? selected, ListTileControlAffinity? controlAffinity, bool? autofocus, NikuEdgeInsets? contentPadding, bool? tristate, ShapeBorder? shape, Color? selectedTileColor, VisualDensity? visualDensity, FocusNode? focusNode, bool? enableFeedback, Color? splashColor, Color? highlightColor, Color? hoverColor, Color? focusColor})
-
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(NikuCheckboxListTile? 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<NikuCheckboxListTile> v)
→ void
-
inherited
-
useAnimationBuilder({required Widget builder(BuildContext context, Widget child), required AnimationController animation})
→ void
-
inherited
-
useDarkMode(BuildContext context, NikuCheckboxListTile builder(NikuCheckboxListTile, 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, {NikuCheckboxListTile android(NikuCheckboxListTile)?, NikuCheckboxListTile iOS(NikuCheckboxListTile)?, NikuCheckboxListTile fuchsia(NikuCheckboxListTile)?, NikuCheckboxListTile linux(NikuCheckboxListTile)?, NikuCheckboxListTile macOS(NikuCheckboxListTile)?, NikuCheckboxListTile windows(NikuCheckboxListTile)?, NikuCheckboxListTile web(NikuCheckboxListTile)?})
→ void
-
inherited
-
useQuery(BuildContext context, NikuCheckboxListTile builder(NikuCheckboxListTile, MediaQueryData))
→ void
-
inherited
-
useScreen(BuildContext context, {NikuCheckboxListTile base(NikuCheckboxListTile)?, NikuCheckboxListTile xs(NikuCheckboxListTile)?, NikuCheckboxListTile sm(NikuCheckboxListTile)?, NikuCheckboxListTile md(NikuCheckboxListTile)?, NikuCheckboxListTile lg(NikuCheckboxListTile)?, NikuCheckboxListTile xl(NikuCheckboxListTile)?})
→ 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, NikuCheckboxListTile builder(NikuCheckboxListTile, Size))
→ void
-
inherited
-
useThemeSelector(BuildContext context, {NikuCheckboxListTile light(NikuCheckboxListTile)?, NikuCheckboxListTile dark(NikuCheckboxListTile)?})
→ void
-
inherited
-
widget(BuildContext context)
→ Widget
-
override