SlideToStart class

Inheritance

Constructors

SlideToStart({Key? key, required Function onSlide, EdgeInsetsGeometry? padding, String? text, TextStyle? textStyle, double? width, double? height, Color? backgroundColor, BorderRadiusGeometry? borderRadius, IconData? icon, Color? iconColor, Color? shimmerBaseColor, Color? shimmerHighLightColor, BorderType? dashedBorderType, Color? borderColor, double? borderWidth, Size? dashButtonSize, Color? dashButtonBorderColor, double? slideButtonRadius, Color? slideButtonColor})
Slide button color SlideToStart constructor
const

Properties

backgroundColor Color?
Widget padding
final
borderColor Color?
slide button icon color
final
borderRadius BorderRadiusGeometry?
border width of the widget when the border is specified
final
borderWidth double?
Background color of the widget
final
dashButtonBorderColor Color?
widget border color
final
dashButtonSize Size?
dashed component boder color
final
dashedBorderType → BorderType?
border radius of the widget
final
hashCode int
The hash code for this object.
no setterinherited
height double?
width of widget
final
icon IconData?
borderType of the dashed component
final
iconColor Color?
shimmer effect highlight color
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
onSlide Function
final
padding EdgeInsetsGeometry?
height of the widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shimmerBaseColor Color?
slide button icon
final
shimmerHighLightColor Color?
shimmer effect base color
final
slideButtonColor Color?
Radius of the slide button
final
slideButtonRadius double?
dashed component size
final
text String?
onSlide callback function
final
textStyle TextStyle?
title of onslide action
final
width double?
style of title
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<SlideToStart>
Creates the mutable state for this widget at a given location in the tree.
override
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
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

Operators

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