asWidget property
Widget
get
asWidget
Implementation
Widget get asWidget => Container(
height: height,
width: width,
child: content,
color: bgColor,
);
Widget get asWidget => Container(
height: height,
width: width,
child: content,
color: bgColor,
);