build abstract method

MaterialButton build(
  1. BuildContext context,
  2. OsmChange amenity
)

Builds the button. Properties to override are usually title, onPressed, color, and textColor.

Implementation

MaterialButton build(BuildContext context, OsmChange amenity);