BodyStyleComposite constructor

BodyStyleComposite(
  1. ChangeNotifier widgetController
)

Implementation

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