buildComponent abstract method

Widget buildComponent(
  1. BuildContext context, {
  2. bool withBackgroundColor = true,
})

Implementation

Widget buildComponent(
  BuildContext context, {
  bool withBackgroundColor = true,
});