LiveChoiceChip.elevated constructor

const LiveChoiceChip.elevated({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. Widget? avatar,
  4. required Widget label,
  5. TextStyle? labelStyle,
  6. EdgeInsetsGeometry? labelPadding,
  7. double? pressElevation,
  8. required MutableCell<bool> selected,
  9. Color? selectedColor,
  10. Color? disabledColor,
  11. String? tooltip,
  12. BorderSide? side,
  13. OutlinedBorder? shape,
  14. Clip clipBehavior,
  15. bool autofocus,
  16. WidgetStateProperty<Color?>? color,
  17. Color? backgroundColor,
  18. EdgeInsetsGeometry? padding,
  19. VisualDensity? visualDensity,
  20. MaterialTapTargetSize? materialTapTargetSize,
  21. double? elevation,
  22. Color? shadowColor,
  23. Color? surfaceTintColor,
  24. IconThemeData? iconTheme,
  25. Color? selectedShadowColor,
  26. bool? showCheckmark,
  27. Color? checkmarkColor,
  28. ShapeBorder avatarBorder,
  29. BoxConstraints? avatarBoxConstraints,
  30. ChipAnimationStyle? chipAnimationStyle,
  31. 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;