props property

  1. @override
Map<String, String> get props

Generates a CSS map entry for the gradient.

Implementation

@override
Map<String, String> get props => {'background-image': cssText};