centerLeft constant

ButtonStyle const centerLeft

Implementation

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