call abstract method

Widget call(
  1. BuildContext context, {
  2. String? semanticsLabel,
})

Builds an icon given a BuildContext.

The icon inherits its size/color from the ambient IconTheme.

Implementation

Widget call(BuildContext context, {String? semanticsLabel});