LiveChoiceChip.elevated constructor
const
LiveChoiceChip.elevated({
- Key? key,
- ValueCell<
bool> enabled, - Widget? avatar,
- required Widget label,
- TextStyle? labelStyle,
- EdgeInsetsGeometry? labelPadding,
- double? pressElevation,
- required MutableCell<
bool> selected, - Color? selectedColor,
- Color? disabledColor,
- String? tooltip,
- BorderSide? side,
- OutlinedBorder? shape,
- Clip clipBehavior,
- bool autofocus,
- WidgetStateProperty<
Color?> ? color, - Color? backgroundColor,
- EdgeInsetsGeometry? padding,
- VisualDensity? visualDensity,
- MaterialTapTargetSize? materialTapTargetSize,
- double? elevation,
- Color? shadowColor,
- Color? surfaceTintColor,
- IconThemeData? iconTheme,
- Color? selectedShadowColor,
- bool? showCheckmark,
- Color? checkmarkColor,
- ShapeBorder avatarBorder,
- BoxConstraints? avatarBoxConstraints,
- ChipAnimationStyle? chipAnimationStyle,
- MouseCursor? mouseCursor,
Implementation
const factory LiveChoiceChip.elevated({
Key? key,
ValueCell<bool> enabled,
Widget? avatar,
required Widget label,
TextStyle? labelStyle,
EdgeInsetsGeometry? labelPadding,
double? pressElevation,
required MutableCell<bool> selected,
Color? selectedColor,
Color? disabledColor,
String? tooltip,
BorderSide? side,
OutlinedBorder? shape,
Clip clipBehavior,
bool autofocus,
WidgetStateProperty<Color?>? color,
Color? backgroundColor,
EdgeInsetsGeometry? padding,
VisualDensity? visualDensity,
MaterialTapTargetSize? materialTapTargetSize,
double? elevation,
Color? shadowColor,
Color? surfaceTintColor,
IconThemeData? iconTheme,
Color? selectedShadowColor,
bool? showCheckmark,
Color? checkmarkColor,
ShapeBorder avatarBorder,
BoxConstraints? avatarBoxConstraints,
ChipAnimationStyle? chipAnimationStyle,
MouseCursor? mouseCursor,
}) = _LiveChoiceChip$elevated;