this routine creates views for all of its children
@override List<Widget> inflate() => child == null ? super.inflate() : [child!];