button static method

String button(
  1. String label
)

Implementation

static String button(String label) => '$label button';