build abstract method

Widget build({
  1. Color? color,
  2. double? size,
})

Implementation

Widget build({
  Color? color,
  double? size,
});