init method

Widget init(
  1. BuildContext context
)

Implementation

Widget init(BuildContext context) {
  return Container();
}