TLContentContainer constructor
const
TLContentContainer({})
Implementation
const TLContentContainer({
Key? key,
this.topWidget,
this.contentWidget,
this.bottomWidget,
this.isScrollable = true,
this.childClipBehavior,
this.padding,
}) : super(key: key);