LocationMessageViewStyle constructor
const
LocationMessageViewStyle({
- TextStyle timeTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Colors.white, fontSize: 11),
- BorderRadiusGeometry locationBorderRadius = const BorderRadius.all(Radius.circular(10)),
Implementation
const LocationMessageViewStyle(
{this.timeTextStyle = const TextStyle(
fontWeight: FontWeight.normal, color: Colors.white, fontSize: 11),
this.locationBorderRadius = const BorderRadius.all(Radius.circular(10))});