TButtonGroupTheme class
- Annotations
Constructors
- TButtonGroupTheme({TButtonGroupType type = TButtonGroupType.solid, TButtonSize? size = TButtonSize.md, TButtonShape shape = TButtonShape.normal, Color? color, double spacing = 0, double borderRadius = 6.0, bool enableBoxedMode = false, EdgeInsetsGeometry? boxedPadding, BoxDecoration? boxedDecoration, double? separatorWidth, Color? separatorColor})
-
const
- TButtonGroupTheme.fromBaseTheme({required BuildContext context, TButtonGroupType type = TButtonGroupType.solid, TButtonSize? size, Color? color, double spacing = 0, double borderRadius = 6.0, bool enableBoxedMode = false})
-
factory
Properties
- borderRadius → double
-
final
- boxedDecoration → BoxDecoration?
-
final
- boxedPadding → EdgeInsetsGeometry?
-
final
- color → Color?
-
final
- enableBoxedMode → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- separatorColor → Color?
-
final
- separatorWidth → double?
-
final
- shape → TButtonShape
-
final
- size → TButtonSize?
-
final
- spacing → double
-
final
- type → TButtonGroupType
-
final
Methods
-
buildSeparator(
) → Widget -
copyWith(
{TButtonGroupType? type, TButtonSize? size, Color? color, double? spacing, double? borderRadius, bool? enableBoxedMode, EdgeInsetsGeometry? boxedPadding, BoxDecoration? boxedDecoration, double? separatorWidth, Color? separatorColor}) → TButtonGroupTheme -
needsSeparator(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited