center constant

ButtonStyle const center

Implementation

static const center = ButtonStyle(
  alignment: Alignment.center,
);