bottomBorderStyle top-level property
Implementation
Border bottomBorderStyle = const Border(
bottom: BorderSide(color: AppColors.pulseTeal, width: 2),
);
Border bottomBorderStyle = const Border(
bottom: BorderSide(color: AppColors.pulseTeal, width: 2),
);