FolderViewTextTheme constructor

const FolderViewTextTheme({
  1. TextStyle? textStyle,
  2. TextStyle? selectedTextStyle,
  3. TextStyle? folderTextStyle,
  4. TextStyle? parentTextStyle,
  5. TextStyle? childTextStyle,
})

Implementation

const FolderViewTextTheme({
  this.textStyle,
  this.selectedTextStyle,
  this.folderTextStyle,
  this.parentTextStyle,
  this.childTextStyle,
});