FlutterElevatedButton constructor

  1. @FreezedUnionValue.new(FlutterElevatedButton.unionValue)
FlutterElevatedButton({
  1. @cN FlutterKey? key,
  2. @cN required AnyWidget? child,
  3. AWActions? onPressed,
  4. AWActions? onLongPress,
  5. bool? autofocus,
  6. FlutterClip? clipBehavior,
})

Implementation

@FreezedUnionValue(FlutterElevatedButton.unionValue)
factory FlutterElevatedButton({
  @FlutterKey.cN FlutterKey? key,
  @AnyWidget.cN required AnyWidget? child,
  AWActions? onPressed,
  AWActions? onLongPress,
  bool? autofocus,
  FlutterClip? clipBehavior,
}) = _FlutterElevatedButton;