NikuRadio<T> class
- Inheritance
-
- Mixed in types
-
- Available Extensions
Constructors
-
NikuRadio(T value, {Key? key, T? groupValue, ValueChanged<T?>? onChanged, MouseCursor? mouseCursor, bool? toggleable, Color? activeColor, NikuState<Color?>? fillColorState, MaterialTapTargetSize? materialTapTargetSize, VisualDensity? visualDensity, Color? focusColor, Color? hoverColor, NikuState<Color?>? overlayColorState, double? splashRadius, FocusNode? focusNode, bool? autofocus, Color? fillColor, Color? overlayColor})
-
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(NikuRadio? 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<NikuRadio> v)
→ void
-
inherited
-
useAnimationBuilder({required Widget builder(BuildContext context, Widget child), required AnimationController animation})
→ void
-
inherited
-
useDarkMode(BuildContext context, NikuRadio builder(NikuRadio, bool))
→ void
-
inherited
-
useFillColor({Color? all, Color? disabled, Color? dragged, Color? error, Color? focused, Color? hovered, Color? pressed, Color? scrolledUnder, Color? selected, Color? base})
→ void
-
-
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
-
useOverlayColor({Color? all, Color? disabled, Color? dragged, Color? error, Color? focused, Color? hovered, Color? pressed, Color? scrolledUnder, Color? selected, Color? base})
→ void
-
-
useParent(Widget compose(Niku))
→ void
-
inherited
-
usePlatform(BuildContext context, {NikuRadio android(NikuRadio)?, NikuRadio iOS(NikuRadio)?, NikuRadio fuchsia(NikuRadio)?, NikuRadio linux(NikuRadio)?, NikuRadio macOS(NikuRadio)?, NikuRadio windows(NikuRadio)?, NikuRadio web(NikuRadio)?})
→ void
-
inherited
-
useQuery(BuildContext context, NikuRadio builder(NikuRadio, MediaQueryData))
→ void
-
inherited
-
useScreen(BuildContext context, {NikuRadio base(NikuRadio)?, NikuRadio xs(NikuRadio)?, NikuRadio sm(NikuRadio)?, NikuRadio md(NikuRadio)?, NikuRadio lg(NikuRadio)?, NikuRadio xl(NikuRadio)?})
→ 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, NikuRadio builder(NikuRadio, Size))
→ void
-
inherited
-
useThemeSelector(BuildContext context, {NikuRadio light(NikuRadio)?, NikuRadio dark(NikuRadio)?})
→ void
-
inherited
-
widget(BuildContext context)
→ Widget
-
override