ButtonLoaderData constructor

const ButtonLoaderData({
  1. ButtonStyle materialButtonStyle = const ButtonStyle(),
  2. ButtonStyle fluentButtonStyle = const fluent.ButtonStyle(),
  3. CupertinoButtonStyle cupertinoButtonStyle = const CupertinoButtonStyle(),
  4. Key? buttonKey,
  5. double borderRadius = 15,
  6. bool autofocus = false,
  7. FocusNode? focusNode,
  8. bool useFluentUi = false,
  9. bool useMacUi = false,
  10. ButtonLoader buttonLoader = const ButtonLoader(),
  11. double? buttonHeight,
  12. 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,
});