NikuListTile class

Inheritance
Mixed in types
Available Extensions

Constructors

NikuListTile({Key? key, Widget? leading, Widget? title, Widget? subtitle, Widget? trailing, bool? isThreeLine, bool? dense, VisualDensity? visualDensity, ShapeBorder? shape, Color? selectedColor, Color? iconColor, Color? textColor, ListTileStyle? style, NikuEdgeInsets? contentPadding, bool? enabled, GestureTapCallback? onTap, GestureLongPressCallback? onLongPress, MouseCursor? mouseCursor, bool? selected, Color? focusColor, Color? hoverColor, FocusNode? focusNode, bool? autofocus, Color? tileColor, Color? selectedTileColor, bool? enableFeedback, double? horizontalTitleGap, double? minVerticalPadding, double? minLeadingWidth})

Properties

$parent Niku
finalinherited
apply NikuListTile?
no getteroverride
aspect double
no getterinherited
aspectRatio double
no getterinherited
autofocus bool?
getter/setter pair
boxConstraints BoxConstraints
no getterinherited
contentPadding NikuEdgeInsets?
getter/setter pairoverride
copied NikuListTile
no setteroverride
dense bool?
getter/setter pair
deps List
getter/setter pairinherited
enabled bool?
getter/setter pair
enableFeedback bool?
getter/setter pair
expanded → dynamic
no setterinherited
fh double
no getterinherited
fill → void
no setterinherited
flex int
getter/setter pairinherited
focusColor Color?
getter/setter pair
focusNode FocusNode?
getter/setter pairoverride
formKey Key
no getterinherited
fractionH double
no getterinherited
fractionHeight double
no getterinherited
fractionSize List<double>
no getterinherited
fractionW double
no getterinherited
fractionWidth double
no getterinherited
freezed → void
no setterinherited
fullHeight → void
no setterinherited
fullSize → void
no setterinherited
fullWidth → void
no setterinherited
fw double
no getterinherited
h double
no getterinherited
h100 → void
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
height double
no getterinherited
heightPercent double
no getterinherited
hFactor double
no getterinherited
hFull → void
no setterinherited
hidden → dynamic
no setterinherited
hMax double
no getterinherited
hMin double
no getterinherited
horizontalTitleGap double?
getter/setter pair
hoverColor Color?
getter/setter pair
hPercent double
no getterinherited
iconColor Color?
getter/setter pair
isDense → dynamic
no setter
isThreeLine bool?
getter/setter pair
key Key?
Controls how one widget replaces another widget in the tree.
getter/setter pairoverride-getter
leading Widget?
getter/setter pair
m double
no getterinherited
margin EdgeInsets
no getterinherited
maxH double
no getterinherited
maxHeight double
no getterinherited
maxSize List<double>
no getterinherited
maxW double
no getterinherited
maxWidth double
no getterinherited
mb double
no getterinherited
minH double
no getterinherited
minHeight double
no getterinherited
minLeadingWidth double?
getter/setter pair
minSize List<double>
no getterinherited
minVerticalPadding double?
getter/setter pair
minW double
no getterinherited
minWidth double
no getterinherited
ml double
no getterinherited
mouseCursor MouseCursor?
getter/setter pair
mr double
no getterinherited
mt double
no getterinherited
mx double
no getterinherited
my double
no getterinherited
n NikuExplictParentBuilder
no setterinherited
onLongPress GestureLongPressCallback?
getter/setter pair
onTap GestureTapCallback?
getter/setter pair
p double
no getterinherited
parent NikuExplictParentBuilder
no setterinherited
pb double
no getterinherited
pl double
no getterinherited
pr double
no getterinherited
pt double
no getterinherited
px double
no getterinherited
py double
no getterinherited
ratio double
no getterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scrollable → void
no setterinherited
selected bool?
getter/setter pair
selectedColor Color?
getter/setter pair
selectedTileColor Color?
getter/setter pair
self NikuListTile
no setteroverride
shape ShapeBorder?
getter/setter pair
sizePercent List<double>
no getterinherited
sliverToBox → void
no setterinherited
style ListTileStyle?
getter/setter pair
subtitle Widget?
getter/setter pair
textColor Color?
getter/setter pair
theme ThemeData
no getterinherited
tileColor Color?
getter/setter pair
tip String
no getterinherited
title Widget?
getter/setter pair
tooltip String
no getterinherited
trailing Widget?
getter/setter pair
visible bool
no getterinherited
visualDensity VisualDensity?
getter/setter pair
w double
no getterinherited
w100 → void
no setterinherited
wFactor double
no getterinherited
wFull → void
no setterinherited
width double
no getterinherited
widthPercent double
no getterinherited
wMax double
no getterinherited
wMin double
no getterinherited
wPercent double
no getterinherited
wrap → dynamic
Cancel parent size inheritance by wrapping the widget with a Wrap.
no setterinherited

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(NikuListTile? 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<NikuListTile> v) → void
inherited
useAnimationBuilder({required Widget builder(BuildContext context, Widget child), required AnimationController animation}) → void
inherited
useDarkMode(BuildContext context, NikuListTile builder(NikuListTile, 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
useLeading(Widget builder()) → void
useParent(Widget compose(Niku)) → void
inherited
usePlatform(BuildContext context, {NikuListTile android(NikuListTile)?, NikuListTile iOS(NikuListTile)?, NikuListTile fuchsia(NikuListTile)?, NikuListTile linux(NikuListTile)?, NikuListTile macOS(NikuListTile)?, NikuListTile windows(NikuListTile)?, NikuListTile web(NikuListTile)?}) → void
inherited
useQuery(BuildContext context, NikuListTile builder(NikuListTile, MediaQueryData)) → void
inherited
useScreen(BuildContext context, {NikuListTile base(NikuListTile)?, NikuListTile xs(NikuListTile)?, NikuListTile sm(NikuListTile)?, NikuListTile md(NikuListTile)?, NikuListTile lg(NikuListTile)?, NikuListTile xl(NikuListTile)?}) → 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, NikuListTile builder(NikuListTile, Size)) → void
inherited
useSubtitle(Widget builder()) → void
useThemeSelector(BuildContext context, {NikuListTile light(NikuListTile)?, NikuListTile dark(NikuListTile)?}) → void
inherited
useTitle(Widget builder()) → void
useTrailing(Widget builder()) → void
widget(BuildContext context) Widget
override

Operators

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