build method

  1. @override
Widget build(
  1. BuildContext context
)
override

Must be overriden by children

Implementation

@override
Widget build(BuildContext context) {
  return Container(width: 0.0, height: 0.0);
}