StyleStoreDefaults constructor

const StyleStoreDefaults({
  1. dynamic all,
  2. ITextRFStyle? text,
  3. IContainerRFStyle? container,
})

Implementation

const StyleStoreDefaults({this.all, this.text, this.container});