FixedButtonTheme constructor

Creates a FixedButtonTheme with optional style property delegates.

Implementation

const FixedButtonTheme({
  super.decoration,
  super.mouseCursor,
  super.padding,
  super.textStyle,
  super.iconTheme,
  super.margin,
});