refactor: Remove unused code and improve PaymentHistoryItem widget styling
This commit is contained in:
@@ -11,16 +11,16 @@ class FullWidthDivider extends StatelessWidget {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
final screenWidth = MediaQuery.of(context).size.width;
|
||||
//final screenWidth = MediaQuery.of(context).size.width;
|
||||
|
||||
return Column(
|
||||
children: [
|
||||
const SizedBox(height: UiConstants.space10),
|
||||
Transform.translate(
|
||||
offset: const Offset(-UiConstants.space4, 0),
|
||||
child: SizedBox(width: screenWidth, child: const Divider()),
|
||||
),
|
||||
const SizedBox(height: UiConstants.space10),
|
||||
// Transform.translate(
|
||||
// offset: const Offset(-UiConstants.space4, 0),
|
||||
// child: SizedBox(width: screenWidth, child: const Divider()),
|
||||
// ),
|
||||
// const SizedBox(height: UiConstants.space10),
|
||||
],
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user