shape property
Rounded: const CircleBorder() Rounded Corner: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10), side: const BorderSide(width: 1, color: Colors.red), )
Implementation
final ShapeBorder? shape;
Rounded: const CircleBorder() Rounded Corner: RoundedRectangleBorder( borderRadius: BorderRadius.circular(10), side: const BorderSide(width: 1, color: Colors.red), )
final ShapeBorder? shape;