StylesMeta constructor

StylesMeta({
  1. List<Style>? styles,
  2. Cursor? cursor,
})

Implementation

StylesMeta({this.styles, this.cursor});