hardEdge constant

TextButton const hardEdge

Implementation

static const hardEdge = TextButton(
  child: SizedBox.shrink(),
  onPressed: null,
  clipBehavior: Clip.hardEdge,
);