NudgeBox constructor
const
NudgeBox({
- bool fillWidth = false,
- double? fixedWidth,
- double? fixedHeight,
- Color? background,
- EdgeInsets padding = EdgeInsets.zero,
- EdgeInsets margin = EdgeInsets.zero,
- double borderRadius = 0,
- Color? borderColor,
- double borderWidth = 0,
- NudgeSelfAlign? selfAlign,
Implementation
const NudgeBox({
this.fillWidth = false,
this.fixedWidth,
this.fixedHeight,
this.background,
this.padding = EdgeInsets.zero,
this.margin = EdgeInsets.zero,
this.borderRadius = 0,
this.borderColor,
this.borderWidth = 0,
this.selfAlign,
});