light constant

QuickRTCThemeData const light

Light theme preset

Implementation

static const QuickRTCThemeData light = QuickRTCThemeData(
  containerBackgroundColor: Color(0xFFE0E0E0),
  placeholderBackgroundColor: Color(0xFFBDBDBD),
  placeholderIconColor: Colors.black54,
  placeholderTextStyle: TextStyle(
    fontSize: 32,
    color: Colors.black54,
    fontWeight: FontWeight.w500,
  ),
  nameTextStyle: TextStyle(
    color: Colors.black87,
    fontWeight: FontWeight.w500,
    fontSize: 14,
  ),
  loadingIndicatorColor: Colors.black54,
);