ButtonLoaderData constructor

const ButtonLoaderData({
  1. ButtonStyle materialButtonStyle = const ButtonStyle(),
  2. ButtonStyle fluentButtonStyle = const fluent.ButtonStyle(),
  3. MacosButtonStyle macosButtonStyle = const MacosButtonStyle(),
  4. CupertinoButtonStyle cupertinoButtonStyle = const CupertinoButtonStyle(),
  5. Key? buttonKey,
  6. double borderRadius = 15,
  7. bool autofocus = false,
  8. FocusNode? focusNode,
  9. bool useFluentUi = false,
  10. bool useMacUi = false,
  11. ButtonLoader buttonLoader = const ButtonLoader(),
  12. double? buttonHeight,
  13. double? buttonWidth,
})

Implementation

const ButtonLoaderData({
  this.materialButtonStyle = const ButtonStyle(),
  this.fluentButtonStyle = const fluent.ButtonStyle(),
  this.macosButtonStyle = const MacosButtonStyle(),
  this.cupertinoButtonStyle = const CupertinoButtonStyle(),
  this.buttonKey,
  this.borderRadius = 15,
  this.autofocus = false,
  this.focusNode,
  this.useFluentUi = false,
  this.useMacUi = false,
  this.buttonLoader = const ButtonLoader(),
  this.buttonHeight,
  this.buttonWidth,
});