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})

Properties

$parent Niku
finalinherited
activeColor Color?
read / write
apply NikuCheckboxListTile?
write-onlyoverride
aspect double
write-onlyinherited
aspectRatio double
write-onlyinherited
autofocus bool?
read / write
boxConstraints BoxConstraints
write-onlyinherited
checkColor Color?
read / write
contentPadding NikuEdgeInsets?
read / writeoverride
controlAffinity ListTileControlAffinity?
read / writeoverride
copied NikuCheckboxListTile
read-onlyoverride
dense bool?
read / write
deps List
read / writeinherited
enableFeedback bool?
read / write
expanded → dynamic
read-onlyinherited
fh double
write-onlyinherited
fill → void
read-onlyinherited
flex int
read / writeinherited
focusColor Color?
read / write
focusNode FocusNode?
read / writeoverride
formKey Key
write-onlyinherited
fractionH double
write-onlyinherited
fractionHeight double
write-onlyinherited
fractionSize List<double>
write-onlyinherited
fractionW double
write-onlyinherited
fractionWidth double
write-onlyinherited
freezed → void
read-onlyinherited
fullHeight → void
read-onlyinherited
fullSize → void
read-onlyinherited
fullWidth → void
read-onlyinherited
fw double
write-onlyinherited
h double
write-onlyinherited
h100 → void
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
height double
write-onlyinherited
heightPercent double
write-onlyinherited
hFactor double
write-onlyinherited
hFull → void
read-onlyinherited
hidden → dynamic
read-onlyinherited
highlightColor Color?
read / write
hMax double
write-onlyinherited
hMin double
write-onlyinherited
hoverColor Color?
read / write
hPercent double
write-onlyinherited
isDense → void
read-only
isThreeLine bool?
read / write
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
leading → void
read-onlyinherited
m double
write-onlyinherited
margin EdgeInsets
write-onlyinherited
maxH double
write-onlyinherited
maxHeight double
write-onlyinherited
maxSize List<double>
write-onlyinherited
maxW double
write-onlyinherited
maxWidth double
write-onlyinherited
mb double
write-onlyinherited
minH double
write-onlyinherited
minHeight double
write-onlyinherited
minSize List<double>
write-onlyinherited
minW double
write-onlyinherited
minWidth double
write-onlyinherited
ml double
write-onlyinherited
mr double
write-onlyinherited
mt double
write-onlyinherited
mx double
write-onlyinherited
my double
write-onlyinherited
n NikuExplictParentBuilder
read-onlyinherited
onChanged ValueChanged<bool?>?
read / write
p double
write-onlyinherited
parent NikuExplictParentBuilder
read-onlyinherited
pb double
write-onlyinherited
pl double
write-onlyinherited
platform → void
read-onlyinherited
pr double
write-onlyinherited
pt double
write-onlyinherited
px double
write-onlyinherited
py double
write-onlyinherited
ratio double
write-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
scrollable → void
read-onlyinherited
secondary Widget?
read / write
selected bool?
read / write
selectedTileColor Color?
read / write
self NikuCheckboxListTile
read-onlyoverride
shape ShapeBorder?
read / write
sizePercent List<double>
write-onlyinherited
sliverToBox → void
read-onlyinherited
splashColor Color?
read / write
subtitle Widget?
read / write
theme ThemeData
write-onlyinherited
threeLine → void
read-only
tileColor Color?
read / write
tip String
write-onlyinherited
title Widget?
read / write
tooltip String
write-onlyinherited
trailing → void
read-onlyinherited
tristate bool?
read / write
value bool?
read / write
visible bool
write-onlyinherited
visualDensity VisualDensity?
read / write
w double
write-onlyinherited
w100 → void
read-onlyinherited
wFactor double
write-onlyinherited
wFull → void
read-onlyinherited
width double
write-onlyinherited
widthPercent double
write-onlyinherited
wMax double
write-onlyinherited
wMin double
write-onlyinherited
wPercent double
write-onlyinherited
wrap → dynamic
Cancel parent size inheritance by wrapping the widget with a Wrap.
read-onlyinherited

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

Operators

operator ==(Object other) bool
The equality operator.
inherited