Радиус только верхний или дно трепетание

const BorderRadius.vertical({
  Radius top = Radius.zero,
  Radius bottom = Radius.zero,
}) : this.only(
  topLeft: top,
  topRight: top,
  bottomLeft: bottom,
  bottomRight: bottom,
);
Powerful Pony