YaruPageIndicatorThemeData constructor

const YaruPageIndicatorThemeData({
  1. YaruPageIndicatorItemBuilder<Size>? itemSizeBuilder,
  2. YaruPageIndicatorItemBuilder<Widget>? itemBuilder,
  3. MaterialStateProperty<MouseCursor?>? mouseCursor,
  4. YaruPageIndicatorTextBuilder? textBuilder,
  5. TextStyle? textStyle,
  6. YaruPageIndicatorLayoutDelegate? layoutDelegate,
})

Creates a theme that can be used for YaruPageIndicatorTheme.data.

Implementation

const YaruPageIndicatorThemeData({
  this.itemSizeBuilder,
  this.itemBuilder,
  this.mouseCursor,
  this.textBuilder,
  this.textStyle,
  this.layoutDelegate,
});