pKBattleViewTopPadding property

  1. @Deprecated('Use topPadding instead$deprecatedTipsV330')
double? get pKBattleViewTopPadding

Implementation

@Deprecated('Use topPadding instead$deprecatedTipsV330')
double? get pKBattleViewTopPadding => topPadding;
  1. @Deprecated('Use topPadding instead$deprecatedTipsV330')
set pKBattleViewTopPadding (double? value)

Implementation

@Deprecated('Use topPadding instead$deprecatedTipsV330')
set pKBattleViewTopPadding(double? value) => topPadding = value;