decoration property

BoxDecoration? decoration
final

By adding decoration it will override the styles of onHoverMouseStylesStack. if you used decoration to add color it will replace the color only not the whole decoration.

Implementation

final BoxDecoration? decoration;