BsButton class

Widget class of button

Inheritance

Constructors

BsButton({Key? key, required VoidCallback onPressed, double? width, EdgeInsetsGeometry? margin, Widget? label, IconData? prefixIcon, IconData? suffixIcon, Widget? badge, VoidCallback? onLongPressed, BsButtonStyle style = BsButtonStyle.secondary, BsButtonSize? size = BsButtonSize.btnMd, bool autofocus = false, bool disabled = false, FocusNode? focusNode, Clip clipBehavior = Clip.none, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center, MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center})
Construct BsButton
const

Properties

autofocus bool
define autofocus of BsButton
final
badge Widget?
define badge of BsButton
final
clipBehavior Clip
define clipBehavior of BsButton
final
crossAxisAlignment CrossAxisAlignment
define crossAxisAlignment of BsButton
final
disabled bool
define disabled of BsButton
final
focusNode FocusNode?
define focusNode of BsButton
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
label Widget?
define label of BsButton
final
mainAxisAlignment MainAxisAlignment
define mainAxisAlignment of BsButton
final
margin EdgeInsetsGeometry?
define margin of BsButton
final
onLongPressed VoidCallback?
define onLongPressed of BsButton
final
onPressed VoidCallback
define onPressed of BsButton
final
prefixIcon IconData?
define prefixIcon of BsButton
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size BsButtonSize?
define size of BsButton
final
style BsButtonStyle
define style of BsButton
final
suffixIcon IconData?
define suffixIcon of BsButton
final
width double?
define width of BsButton
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() State<BsButton>
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