shape property

ShapeBorder? shape
final

Rounded: const CircleBorder() Rounded Corner: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10), side: const BorderSide(width: 1, color: Colors.red), )

Implementation

final ShapeBorder? shape;