AdaptiveItem constructor

AdaptiveItem({
  1. double? height,
  2. Widget? content,
  3. Color? bgColor = Colors.transparent,
  4. double? width,
})

Implementation

AdaptiveItem(
    {this.height,
    this.content,
    this.bgColor = Colors.transparent,
    this.width});