OutlinedSheet class

Inheritance

Constructors

OutlinedSheet({Key? key, Color? color, Duration? duration, Curve? curve, SheetVariant? variant, SheetSeverity? severity, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, BoxShape? shape, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const
OutlinedSheet.circle({Key? key, Color? color, double? radius, Duration? duration, Curve? curve, SheetVariant? variant, SheetSeverity? severity, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const
OutlinedSheet.danger({Key? key, Color? color, Duration? duration, Curve? curve, SheetVariant? variant, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, BoxShape? shape, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const
OutlinedSheet.info({Key? key, Color? color, Duration? duration, Curve? curve, SheetVariant? variant, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, BoxShape? shape, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const
OutlinedSheet.square({Key? key, Color? color, double? size, Duration? duration, Curve? curve, SheetVariant? variant, SheetSeverity? severity, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, Color? iconColor, double? iconOpacity, double? iconSize, BoxShape? shape, String? tooltip, Widget? child})
const
OutlinedSheet.success({Key? key, Color? color, Duration? duration, Curve? curve, SheetVariant? variant, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, BoxShape? shape, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const
OutlinedSheet.warning({Key? key, Color? color, Duration? duration, Curve? curve, SheetVariant? variant, double? width, double? height, EdgeInsetsGeometry? margin, EdgeInsetsGeometry? padding, Alignment? alignment, Clip? clipBehavior, Color? overlayColor, Color? shadowColor, double? elevation, TextStyle? foregroundStyle, Color? foregroundColor, double? foregroundOpacity, int? foregroundAlpha, double? foregroundSpacing, double? backgroundOpacity, int? backgroundAlpha, Color? borderColor, double? borderOpacity, int? borderAlpha, double? borderWidth, BorderRadius? borderRadius, BorderStyle? borderStyle, BoxShape? shape, Color? iconColor, double? iconOpacity, double? iconSize, String? tooltip, Widget? child})
const

Properties

alignment Alignment?
Align the child within the sheet.
finalinherited
backgroundAlpha int?
Alpha to be apply to backgroundColor.
finalinherited
backgroundColor Color?
Color to be used for the sheet's background.
finalinherited
backgroundOpacity double?
Opacity to be apply to backgroundColor.
finalinherited
borderAlpha int?
Alpha to be apply to borderColor.
finalinherited
borderColor Color?
Color to be used for the sheet's border.
finalinherited
borderOpacity double?
Opacity to be apply to borderColor.
finalinherited
borderRadius BorderRadius?
The radii for each corner of the sheet's border.
finalinherited
borderStyle BorderStyle?
The style of this side of the sheet's border.
finalinherited
borderWidth double?
The width of this side of the sheet's border, in logical pixels.
finalinherited
child Widget?
The widget below this widget in the tree.
finalinherited
clipBehavior Clip?
The sheet's content will be clipped (or not) according to this option.
finalinherited
curve Curve?
The curve to apply when animating the parameters of this widget.
finalinherited
duration Duration?
The duration over which to animate the parameters of this widget.
finalinherited
effectiveStyle SheetStyle
no setterinherited
elevation double?
The sheet's z-coordinate relative to the parent at which to place this physical object.
finalinherited
foregroundAlpha int?
Alpha to be apply to foregroundColor.
finalinherited
foregroundColor Color?
The color to be applied to the sheet's label, and icon
finalinherited
foregroundOpacity double?
Opacity to be apply to foregroundColor.
finalinherited
foregroundSpacing double?
How much space to place between sheet's foreground widget in a run in the main axis.
finalinherited
foregroundStyle TextStyle?
The style to be applied to the sheet's label.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
height double?
The vertical extent of the sheet widget.
finalinherited
iconColor Color?
Color to be used for the icon's inside the sheet.
finalinherited
iconOpacity double?
Opacity to be apply to iconColor.
finalinherited
iconSize double?
The size of the icon's inside the sheet, in logical pixels.
finalinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsetsGeometry?
Empty space to surround the outside sheet.
finalinherited
overlayColor Color?
Defines the overlay colors.
finalinherited
padding EdgeInsetsGeometry?
The padding between the contents of the sheet and the outside sheet.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity SheetSeverity?
Type of the sheet severity
finalinherited
shadowColor Color?
When elevation is non zero the color to use for the sheet's shadow color.
finalinherited
shape BoxShape?
The type of shape.
finalinherited
style SheetStyle?
The style to be applied to the sheet.
finalinherited
tooltip String?
Tooltip string to be used for the body area of the button.
finalinherited
variant SheetVariant?
Type of the sheet variant
no setteroverride
width double?
The horizontal extent of the sheet widget.
finalinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this 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
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