ContentAreaThemeData constructor

ContentAreaThemeData({
  1. BoxDecoration? decoration,
  2. EdgeInsetsGeometry? padding,
  3. BoxDecoration? decorationNoTabsArea,
})

Implementation

ContentAreaThemeData(
    {this.decoration, this.padding, this.decorationNoTabsArea});