completeInputStyle top-level property

TextStyle completeInputStyle
final

Implementation

final TextStyle completeInputStyle = baseInputStyle.copyWith(
  color: const Color(0xFF4CAF50), // Green for completed input
);