LiveOutlinedButton constructor

const LiveOutlinedButton({
  1. Key? key,
  2. ValueCell<bool> enabled,
  3. ActionCell? press,
  4. ActionCell? longPress,
  5. MetaCell<bool>? onHover,
  6. MetaCell<bool>? onFocusChange,
  7. ButtonStyle? style,
  8. bool autofocus,
  9. Clip? clipBehavior,
  10. required Widget? child,
})

Implementation

const factory LiveOutlinedButton({
  Key? key,
  ValueCell<bool> enabled,
  ActionCell? press,
  ActionCell? longPress,
  MetaCell<bool>? onHover,
  MetaCell<bool>? onFocusChange,
  ButtonStyle? style,
  bool autofocus,
  Clip? clipBehavior,
  required Widget? child,
}) = _LiveOutlinedButton;