BodyStyleComposite constructor
BodyStyleComposite(
- ChangeNotifier widgetController
Implementation
BodyStyleComposite(super.widgetController) {
backgroundColor = this.backgroundColor;
borderColor = this.borderColor;
borderWidth = this.borderWidth;
borderRadius = this.borderRadius;
horizontalPadding = this.horizontalPadding;
verticalPadding = this.verticalPadding;
}