LiveIconButton.filled constructor
const
LiveIconButton.filled({
- Key? key,
- ValueCell<
bool> enabled, - ActionCell? press,
- ActionCell? longPress,
- MetaCell<
bool> ? onHover, - ValueCell<
double?> ? iconSize, - ValueCell<
VisualDensity?> ? visualDensity, - ValueCell<
EdgeInsetsGeometry?> ? padding, - ValueCell<
AlignmentGeometry?> ? alignment, - ValueCell<
double?> ? splashRadius, - ValueCell<
Color?> ? color, - ValueCell<
Color?> ? focusColor, - ValueCell<
Color?> ? hoverColor, - ValueCell<
Color?> ? highlightColor, - ValueCell<
Color?> ? splashColor, - ValueCell<
Color?> ? disabledColor, - ValueCell<
MouseCursor?> ? mouseCursor, - ValueCell<
FocusNode?> ? focusNode, - ValueCell<
bool> autofocus, - ValueCell<
String?> ? tooltip, - ValueCell<
bool?> ? enableFeedback, - ValueCell<
BoxConstraints?> ? constraints, - ValueCell<
ButtonStyle?> ? style, - ValueCell<
bool?> ? isSelected, - ValueCell<
Widget?> ? selectedIcon, - required ValueCell<
Widget> icon,
Implementation
const factory LiveIconButton.filled({
Key? key,
ValueCell<bool> enabled,
ActionCell? press,
ActionCell? longPress,
MetaCell<bool>? onHover,
ValueCell<double?>? iconSize,
ValueCell<VisualDensity?>? visualDensity,
ValueCell<EdgeInsetsGeometry?>? padding,
ValueCell<AlignmentGeometry?>? alignment,
ValueCell<double?>? splashRadius,
ValueCell<Color?>? color,
ValueCell<Color?>? focusColor,
ValueCell<Color?>? hoverColor,
ValueCell<Color?>? highlightColor,
ValueCell<Color?>? splashColor,
ValueCell<Color?>? disabledColor,
ValueCell<MouseCursor?>? mouseCursor,
ValueCell<FocusNode?>? focusNode,
ValueCell<bool> autofocus,
ValueCell<String?>? tooltip,
ValueCell<bool?>? enableFeedback,
ValueCell<BoxConstraints?>? constraints,
ValueCell<ButtonStyle?>? style,
ValueCell<bool?>? isSelected,
ValueCell<Widget?>? selectedIcon,
required ValueCell<Widget> icon,
}) = _LiveIconButton$filled;