TransferOwnershipStyle constructor

const TransferOwnershipStyle({
  1. TextStyle? memberScopeStyle,
  2. Color? submitIconTint,
  3. Color? selectIconTint,
  4. double? width,
  5. double? height,
  6. Color? background,
  7. Gradient? gradient,
  8. BoxBorder? border,
  9. double? borderRadius,
})

Implementation

const TransferOwnershipStyle(
    {this.memberScopeStyle,
    this.submitIconTint,
    this.selectIconTint,
    super.width,
    super.height,
    super.background,
    super.gradient,
    super.border,
    super.borderRadius});