ContainerRF constructor

const ContainerRF({
  1. AlignmentGeometry? alignment,
  2. EdgeInsetsGeometry? padding,
  3. EdgeInsetsGeometry? margin,
  4. double? height,
  5. Decoration? decoration,
  6. Widget? child,
  7. dynamic template,
  8. WidgetStyleRF? style,
})

Implementation

const ContainerRF({
  this.alignment,
  this.padding,
  this.margin,
  this.height,
  this.decoration,
  this.child,
  this.template,
  this.style,
});