StyleHelper constructor

const StyleHelper({
  1. required Style style,
})

Creates a StyleHelper with the given style.

Implementation

const StyleHelper({required this.style});