AudioMessageViewStyle class

Constructors

AudioMessageViewStyle.new({Decoration decoration = const BoxDecoration(borderRadius: BorderRadius.only(topLeft: Radius.circular(10), topRight: Radius.circular(10)), color: Color(0xffD0D8EB)), TextStyle durationTextStyle = const TextStyle(fontWeight: FontWeight.w300, color: Color(0xff455E93), fontSize: 8), SliderThemeData sliderThemeData = const SliderThemeData(thumbColor: Color(0xff7285B5), trackHeight: 2, activeTrackColor: Colors.white, inactiveTrackColor: Color(0xffAFB8D0), thumbShape: RoundSliderThumbShape(enabledThumbRadius: (10 / 2))), TextStyle timeTextStyle = const TextStyle(fontWeight: FontWeight.normal, color: Color(0xff455E93), fontSize: 11), DownloadUploadViewStyle downloadUploadViewStyle = const DownloadUploadViewStyle(decoration: BoxDecoration(border: Border.fromBorderSide(BorderSide(color: Color(0xffAFB8D0), width: 1.0)), borderRadius: BorderRadius.all(Radius.circular(3))), progressIndicatorThemeData: ProgressIndicatorThemeData(color: Color(0xff7285B5), linearTrackColor: Colors.transparent), iconStyle: IconStyle(iconColor: Color(0xff7285B5))), IconStyle iconStyle = const IconStyle(bgColor: Color(0xff97A5C7), iconColor: Colors.white)})
const

Properties

decoration Decoration
final
downloadUploadViewStyle DownloadUploadViewStyle
final
durationTextStyle TextStyle
final
hashCode int
The hash code for this object.
no setterinherited
iconStyle IconStyle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sliderThemeData SliderThemeData
final
timeTextStyle TextStyle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited