SpaceJamButton class

The custom themed button used across the app.

Inheritance

Constructors

SpaceJamButton({required double valueFontSize, required double titleFontSize, Color backgroundColor = Colors.white12, DecorationImage? backgroundImage, TextStyle valueTextStyle = const TextStyle(color: Colors.white, fontWeight: FontWeight.bold), TextStyle titleTextStyle = const TextStyle(color: Colors.white70, fontWeight: FontWeight.bold), String tooltip = "", String? title, IconStyle iconStyle = const IconStyle(), AutoSizeTextStyle autoSizeTextStyle = const AutoSizeTextStyle(), VoidCallback? action, AutoSizeGroup? valueSizeGroup, dynamic value, String? semanticLabel, Key? key})
Constructor
const

Properties

action VoidCallback?
Action when tapping on the button.
final
autoSizeTextStyle AutoSizeTextStyle
Styling of the value's AutoSizeText parts.
final
backgroundColor Color
Background color.
final
backgroundImage DecorationImage?
Background image..
final
hashCode int
The hash code for this object.
no setterinherited
iconStyle IconStyle
The styling of the Icon.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
semanticLabel String?
Semantic label.
final
title String?
Title of the button.
final
titleFontSize double
It's usually MediaQuery.of(context).size.width * .05
final
titleTextStyle TextStyle
Styling of the text.
final
tooltip String
Tooltip when tapping the Icon.
final
value → dynamic
The value of the button. String or a Widget.
final
valueFontSize double
valueFontSize is usually MediaQuery.of(context).size.width * .08
final
valueSizeGroup → AutoSizeGroup?
Grouping more buttons together. This will size the texts equally.
final
valueTextStyle TextStyle
If value is a String, this will be used to style it.
final

Methods

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