FxRowTileStyle.fromTileStyle constructor

FxRowTileStyle.fromTileStyle(
  1. FxTileStyle style
)

Implementation

factory FxRowTileStyle.fromTileStyle(FxTileStyle style) => FxRowTileStyle(
  padding: style.padding,
  iconSize: style.iconSize,
  textStyle: style.textStyle,
  subtitleStyle: style.subtitleStyle,
  iconColor: style.iconColor,
  backgroundColor: style.backgroundColor,
  duration: style.duration,
  reverseDuration: style.reverseDuration,
  switchInCurve: style.switchInCurve,
  switchOutCurve: style.switchOutCurve,
  transitionBuilder: style.transitionBuilder,
  layoutBuilder: style.layoutBuilder,
);