UIAdjust constructor
const
UIAdjust({
- List<
Widget> ? u, - Color? backgroundColor,
- double? sheetCornerRadius,
- Color? merchantHeaderColor,
- double? merchantHeaderElevation,
- TextStyle? merchantNameTextStyle,
- TextStyle? merchantInfoTextStyle,
- TextStyle? summaryTitleTextStyle,
- TextStyle? summaryItemTextStyle,
- Color? buttonBackgroundColor,
- Color? buttonForegroundColor,
- TextStyle? buttonTextStyle,
- EdgeInsets? contentPadding,
Optional configuration and an optional u list of widgets.
Implementation
const UIAdjust({
List<Widget>? u,
this.backgroundColor,
this.sheetCornerRadius,
this.merchantHeaderColor,
this.merchantHeaderElevation,
this.merchantNameTextStyle,
this.merchantInfoTextStyle,
this.summaryTitleTextStyle,
this.summaryItemTextStyle,
this.buttonBackgroundColor,
this.buttonForegroundColor,
this.buttonTextStyle,
this.contentPadding,
}) : _u = u;